From baa66add7e895a1539c4228759c264fdbded2468 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Mon, 29 Dec 2008 00:19:24 +0000 Subject: [PATCH] (Fill Commands): Replace `M-s' with `M-o M-s'. --- doc/emacs/text.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi index ee1c6be7fd5..43d620ae876 100644 --- a/doc/emacs/text.texi +++ b/doc/emacs/text.texi @@ -475,7 +475,7 @@ Set the fill column (@code{set-fill-column}). Fill each paragraph in the region (@code{fill-region}). @item M-x fill-region-as-paragraph Fill the region, considering it as one paragraph. -@item M-s +@item M-o M-s Center a line. @end table @@ -509,10 +509,10 @@ the extra spaces, use @kbd{M-q} with no argument. (Likewise for other styles of filling, is with the @code{justification} text property; see @ref{Format Justification}. -@kindex M-s @r{(Text mode)} +@kindex M-o M-s @r{(Text mode)} @cindex centering @findex center-line - The command @kbd{M-s} (@code{center-line}) centers the current line + The command @kbd{M-o M-s} (@code{center-line}) centers the current line within the current fill column. With an argument @var{n}, it centers @var{n} lines individually and moves past them. This binding is made by Text mode and is available only in that and related modes -- 2.30.2